CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - parallel c

搜索资源列表

  1. redgreen

    0下载:
  2. 可编程并行接口8255A完成的交通灯实验   用8255A的B端口和C端口控制12个LED的亮和灭(输出为0则亮,输出为1则灭),模拟十字路口的交通灯。 -programmable parallel interface 8255A completed, the traffic lights experimental 8255A port B and C - I control 12 LED bright and methomyl (output of 0-liang, the output of
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:236113
    • 提供者:xll
  1. 4.1.2-1

    0下载:
  2. 一个C语言编写的单片机并口数据发送代码-an bunch of computer parallel port data transfer code programmed with C
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:7538
    • 提供者:卢路
  1. liunx_shellprogram

    4下载:
  2. 1. 编写一个C程序作为Linux内核的shell命令行解释程序。Shell程序应该使用与Bource shell相同的方式运行程序。 2. 增加功能以使用户可以使用\"&\"操作符作为命令的结束符。一个以\"&\"结尾的命令应该与shell并发执行。 3. 增加功能以使用户可以使用\"<\"和\">\"作为文件名前缀来重定向stdin和stdout描述符。同样,允许用户使用管道操作符\" \"来同时执行两个进程,并把第一个进程的stdout重定向为第二个进程的stdin。-1. P
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:23015
    • 提供者:李强
  1. 注塑机生产过程的微机控制系统设计

    0下载:
  2. 注塑机生产过程的微机控制系统设计本系统设计是通过8255A并行端口A、B传输数据控制12个LED发光二级管的亮灭来模拟控制两台注塑机的生产过程。其中端口A和B分别对应1号和2号注塑机,每一个LED代表一个工序。编程语言采用BORLAND C++语言。-injection molding machine of the production process computer control system design of the system design through 8255A Parall
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5957
    • 提供者:张帆
  1. 两款常用的LCD的串行和并行2中驱动方式

    0下载:
  2. 这个程序包包括对两款常用的LCD的串行和并行2中驱动方式: HDG12864液晶仿真 HY12864液晶驱动 HY12864液晶阅读器 LCD1602液晶显示 LCD显示PC-MCU串口通信 FYD12864并行8位.c FYD12864并行8位.c,This package includes two commonly used in the serial and parallel LCD Medium 2 drive: HDG12864 LCD simulation HY1286
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2016-01-25
    • 文件大小:53501
    • 提供者:杨鹏
  1. rain.zip

    0下载:
  2. 池塘夜雨,C程序,模拟池塘夜降彩色雨点的场景。是一个讨论数据结构与并行控制的问题。, A pond night of rain, the C procedure, simulates the pond night to fall the colored raindrop the scene. Is a discussion construction of data and the parallel control question.
  3. 所属分类:Graph program

    • 发布日期:2017-11-08
    • 文件大小:1760
    • 提供者:黄昊
  1. communication.rar

    0下载:
  2. 在C#里面实现对并口的控制,调用用到winio.dll,In C# there to achieve the control of parallel port
  3. 所属分类:Parallel Port

    • 发布日期:2017-05-28
    • 文件大小:11485489
    • 提供者:terry
  1. MAX197.rar

    0下载:
  2. 利用单片机89S52实现的并行12位AD转换的C程序,ADC采用MAX197.,89S52 achieved using single-chip parallel 12-bit AD conversion of the C program, ADC using MAX197.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:1031
    • 提供者:zhuhuagui
  1. invBorder

    0下载:
  2. OPENMP实现并行编程算法 C语言 编译已经通过-OPENMP parallel algorithm C programming language compiler has passed
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:1178
    • 提供者:马慧
  1. winIO

    1下载:
  2. 利用WinIo实现并口或I/O的通讯,以及Winio的源码,C、VB实现的例子,帮助文档。-WinIo achieved using parallel or I/O, communications, as well as Winio source, C, VB implementation examples, help documentation.
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-26
    • 文件大小:125743
    • 提供者:bingyihan
  1. knappara

    0下载:
  2. 本程序实现0-1背包问题的遗传算法的并行计算,mpi+c语言-This procedure achieved 0-1 knapsack problem genetic algorithm parallel computing, mpi+ c language
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:11652
    • 提供者:发奋图强
  1. Bankers_algorithm

    1下载:
  2. 操作系统原理实验——银行家算法实验报告 2实验内容或题目 1)设计五个进程{P0,P1,P2,P3,P4}共享三类资源{A,B,C}的系统,{A,B,C}的资源总数量分别为10,5,72)并行进程可动态地申请资源和释放资源(程序交互输入申请或释放资源数量),系统按各进程的申请动态地分配资源。 3)每当进程动态申请资源或释放资源时,模拟程序应能及时显示或打印各个进程在此时刻的资源分配表、系统可用资源量和安全序列等资源分配信息和安全检查信息 -Operating System
  3. 所属分类:操作系统开发

    • 发布日期:2012-11-07
    • 文件大小:2053
    • 提供者:恋恋的恋
  1. ParallelLBM

    1下载:
  2. Parallel LBM in C++ In which, as a counterpoint to abstract virtual generic templated meta-programming, we present a concrete code to simulate on precisely two computational nodes using a 1D lattice Boltzmann model with omega = 1 the heating of one
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-10-13
    • 文件大小:766
    • 提供者:lcg
  1. VC-ZMD31050

    0下载:
  2. 用C++通过计算机并口读取ZMD31050智能传感器芯片的数据,采用模拟I2C端口的方式。-Using C++ through the computer parallel port ZMD31050 smart sensor chip to read the data, the use of simulation methods I2C port.
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:13033
    • 提供者:wangzh_2002
  1. NetPinger

    0下载:
  2. C#编写的一个多线程并行Ping探测器。统计信息非常全面。-Written in C#, a multi-threaded parallel Ping detectors. Statistical information is very comprehensive.
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-11-14
    • 文件大小:365625
    • 提供者:明廷堂
  1. pport

    0下载:
  2. 此程序实现了两台计算机的并口通信。PPORT.c:Turbo C下的端口初始化和通过打印机的并口进行4位传输的函数。-This program implements two computer parallel port communication. PPORT.c: Turbo C under port initialization function and four transmission through the parallel port of the printer.
  3. 所属分类:Communication

    • 发布日期:2017-11-13
    • 文件大小:24050
    • 提供者:李泉
  1. chaxun

    0下载:
  2. 单片机 c语言 注释详细 查询方式 48位并行接口ADC080X的接口与驱动-Singlechip c language query in detail mode Note 48 parallel port interface with the driver ADC080X
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-25
    • 文件大小:1032
    • 提供者:sunjiazhong
  1. zd

    0下载:
  2. 中断方式 单片机 c语言编写 48位并行接口ADC080X的接口与驱动-Interrupt Singlechip c language ADC080X parallel interface 48 interfaces with the driver
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-10
    • 文件大小:1261
    • 提供者:sunjiazhong
  1. lcdDrv

    1下载:
  2. 本代码采用C语言编写,为信利公司MSC-G12232DYSY-11W型号122X32点阵单色LCD驱动程序,采用ATMEGA168编写,其中针对驱动部分,采用IO口驱动74HC164作为并行输出。代码已通过调试,请放心参考。-The use of C language code for the letter Company MSC-G12232DYSY-11W Model 122X32 dot matrix monochrome LCD driver, used to prepare quali
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:4270
    • 提供者:邵竞
  1. Puma-EM-0.4.6.tar

    2下载:
  2. 这个软件包(C++)是我寻找电磁学代码无意中找到了,功能相当强大(并行计算,快速多极子等)。缺点是安装相当麻烦,需要若干个其他软件包。我在Fedora Core9下编译其中所需blitz++时出错,在 ubuntu下可以所有均编译通过,运行时出现一个错误,我找不到原因(本人水平有限),但从学习电磁学有关算法/程序设计来说,已经是相当了不起的开源软件了。parallel unified multipole algorithm for Electromagnetics (Puma-EM). A
  3. 所属分类:Algorithm

    • 发布日期:2016-06-14
    • 文件大小:427062
    • 提供者:hopeshot
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 28 »
搜珍网 www.dssz.com